Skip to content

Adds support for specifying zero offsets#15

Open
dylanbeattie wants to merge 1 commit intoajlkn:masterfrom
dylanbeattie:patch-1
Open

Adds support for specifying zero offsets#15
dylanbeattie wants to merge 1 commit intoajlkn:masterfrom
dylanbeattie:patch-1

Conversation

@dylanbeattie
Copy link

I've used colums and offsets to control element width in a few places, like so:

<div class="row">
   <div class="col-8 off-2 col-12-small off-0-small">
      content goes here
  </div>
</div>

Which needs a set of off-0-??? classes generated for the various scenarios where it can be applied.

I've used colums and offsets to control element width in a few places, like so:
```
<div class="row">
   <div class="col-8 off-2 col-12-small off-0-small">
      content goes here
  </div>
</div>
```
Which needs a set of `off-0-???` classes generated for the various scenarios where it can be applied.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant